Welcome![Sign In][Sign Up]
Location:
Search - bilinear c

Search list

[Graph program数学曲面

Description: 双线性曲面、回转曲面-bilinear surface, Rotary Surface
Platform: | Size: 40960 | Author: 阿风语 | Hits:

[GUI Developiirfilter

Description: 这是我在数字信号处理中编写的IIR数字滤波器,MFC界面,双线性变换和巴特渥斯滤波器。-in digital signal processing prepared by IIR digital filters, MFC interface bilinear transform and Bateoushi filter.
Platform: | Size: 38912 | Author: gwen | Hits:

[OtherBilateral

Description: 双线性过滤是我看来最好的滤波算法,他绝对比高司滤波要来得高效,结果也跟更好-bilinear filtering is in my view the best filter, he definitely compete against Division filter would be far more efficient, with better results
Platform: | Size: 1024 | Author: 文鼎 | Hits:

[Special EffectsmyGeoTrans

Description: VC source\Visual C++ 数字图像处理典型算法及实现-光盘资源\04\GeoTrans 中修改为可以任意角度旋转 双线性插值方法-VC source \ Visual C typical digital image processing algorithm and implementation-CD resources \ 0 4 \ GeoTrans modified to be arbitrary rotation angle bilinear interpolation method
Platform: | Size: 2093056 | Author: 宋峥峥 | Hits:

[Algorithmguo_

Description: 双线性插值算法的实现-bilinear interpolation algorithm implementation
Platform: | Size: 563200 | Author: 郭国 | Hits:

[Special EffectstwoWays

Description: 双线性插值和三次卷积法将图象扩大两倍,c语言实现。-bilinear and cubic convolution interpolation method will expand the image twice, c language.
Platform: | Size: 4096 | Author: 王立东 | Hits:

[Special EffectsCSharpFiltersProject

Description: 实现图像的滤波处理等,如双线性滤波使图像放大和缩小 用C#编写-Realize image processing such as filtering, such as bilinear filtering makes the image zoom in and out using C# Prepared
Platform: | Size: 37888 | Author: chen | Hits:

[Software EngineeringCOSTAS

Description: 根据韦瓦[ Weawa] 单边带调制解调法、COSTAS 锁相环及双线性变换, 提出基于软件无线电的单边带锁相解调器。解调器运行在TMS320C6203 上, 能实时处理160kHz 信号, 捕捉8kHz 频偏。-According to韦瓦[Weawa] SSB modulation and demodulation method, COSTAS PLL and the bilinear transform, based on software radio single sideband phase-locked demodulator. Demodulator running at TMS320C6203, the 160kHz signal to deal with real-time, capture 8kHz offset.
Platform: | Size: 338944 | Author: 李松 | Hits:

[Special Effectsbilinear_interpolation

Description: 双线性插值图像放大/缩小算法源程序。里面还包含了 Image 基本类及其基本操作,可供许多图像处理程序使用。-Bilinear interpolation image zoom in/out source algorithm. Which also contains the basic type of Image and its basic operation for many image processing programs.
Platform: | Size: 20480 | Author: breathomn | Hits:

[Communication-Mobiledigitalfilter_in_C_language

Description: We have to design a second order Butterworth filter having a sampling frequency of 20 kHz and -3db cut of frequency at 2 kHz in visual C. Only low frequency signals can pass through this filter and the signals having the frequency higher than frequency called cut off frequency get attenuated by this filter. we will use bilinear transform which is one of the most efficient way of converting a analogue filter to digital filter, we will convert the given transfer function from Laplace transform to z-transform and then we will realize poles and zeroes in the z-domain. And their corresponding frequency response.-We have to design a second order Butterworth filter having a sampling frequency of 20 kHz and-3db cut of frequency at 2 kHz in visual C. Only low frequency signals can pass through this filter and the signals having the frequency higher than frequency called cut off frequency get attenuated by this filter. we will use bilinear transform which is one of the most efficient way of converting a analogue filter to digital filter, we will convert the given transfer function from Laplace transform to z-transform and then we will realize poles and zeroes in the z-domain. And their corresponding frequency response.
Platform: | Size: 447488 | Author: Mak_m | Hits:

[Technology Managementc

Description: 空间插值方法汇总 Inverse Distance to a Power(反距离加权插值法) Kriging(克里金插值法) Minimum Curvature(最小曲率) Modified Shepard s Method(改进谢别德法) Natural Neighbor(自然邻点插值法) Nearest Neighbor(最近邻点插值法) Polynomial Regression(多元回归法) Radial Basis Function(径向基函数法) Triangulation with Linear Interpolation(线性插值三角网法) Moving Average(移动平均法) Local Polynomial(局部多项式法) -Spatial Interpolation Methods Summary
Platform: | Size: 3072 | Author: bushyao | Hits:

[Multimedia DevelopSFTW351-Assignment1-D-A6-2776-4

Description: * Zooming and Shrinking Images -(a) Write a computer program capable of zooming and shrinking an image by nearest neighbour and bilinear interpolation. The input to your program is the desired size of the resulting image in the horizontal and vertical direction. Then your program should create and display the resulting image in the desired size. Note: You cannot use the existing functions in the CImg library for zooming and shrinking. (b) Download the image (Fig2.19(a)) of size 512 x 512 and use your program to shrink this image to sizes 256 x 256 pixels, 100 x 100 pixels, and 30 x 30 pixels, using both nearest neighbour and bilinear interpolation. (c) Use your program to zoom each of the resulting images in (b) back to 500 x 500 with their respective interpolation methods. Explain the reasons for their differences from the original attached image.
Platform: | Size: 4386816 | Author: k | Hits:

[Otherweilpair

Description: This the implementation of the weilpairing in c.IBE can be developed using this pairing .Its a bilinear mapping-This is the implementation of the weilpairing in c.IBE can be developed using this pairing .Its a bilinear mapping
Platform: | Size: 2048 | Author: ely | Hits:

[Graph DrawingBiLinear

Description: 自行開發的BiLinear轉換程式,使用Borland c++ Builder 5 開發完成-BiLinear program
Platform: | Size: 35840 | Author: 佳仁 | Hits:

[Algorithmc-bilinear

Description: 双线性插值,用于将高斯网格资料插值成日常均匀格点资料-Bilinear interpolation
Platform: | Size: 2048 | Author: 圆圆 | Hits:

[2D GraphicBilinear-interpolation1

Description: 将RAW文件格式的图片采用双线性插值并将其转换为BMP格式的文件,采用C/C++编写。-RAW file format images using bilinear interpolation and converted to BMP format file, using C/C++ to write.
Platform: | Size: 2048 | Author: wangwei | Hits:

[Special EffectsC

Description: 运用matlab对图像进行放大:像素复制法和双线性插值法。像素复制方法的图像缩放的原理主要是对原来输入图像的整行或是整列像素进行简单的复制与删除,达到改变图像大小的目的。双线性插值放大算法中,目标图像中新创造的象素值,是由原图像位置在它附近的小区域象素的值通过加权平均计算得出的。-Write MATLAB function to zoom a grayscale image from original size to the given output size through two different methods: a) pixel repetition and b) bilinear interpolation. Zoom the images processed in the Task 2 back to the original size using above mentioned methods. Calculate MSE and PSNR for the original and zoomed images using MATLAB methods written for the Task 1. Plot the MSE and PSNR as function of the size reduction ratio respectively. Define what combination of shrink/zoom methods provides the minimal MSE and maximal PSNR for the same size reduction ratio.
Platform: | Size: 5120 | Author: 宁可 | Hits:

[2D Graphicbilinear-interpolation

Description: 双线性插值算法实现 MFC C++语言 邻近算法 三次立方-bilinear interpolation
Platform: | Size: 254976 | Author: Lee | Hits:

[AlgorithmBilinear-transformation

Description: 本程序用C语言编制,可在任何计算机上运行,完成连续系统的传递模型到离散系统传递模型的变换。-This procedure using C language, can be run on any computer, complete delivery model to a discrete system of continuous delivery system transformation model.
Platform: | Size: 11264 | Author: 董毅 | Hits:

[Windows Developbilinear-interpolation

Description: 二次线性插值算法 MFC C++实现 (插值算法 linear interpolation))(linear interpolation MFC VC++ source code)
Platform: | Size: 253952 | Author: flash50 | Hits:
« 12 3 »

CodeBus www.codebus.net